diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-20 18:27:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-20 18:27:39 -0400 |
| commit | 76fe0b4dd6e50107f4463512556e11e09f56bc9f (patch) | |
| tree | 9ff9043af6aa4977991f5d7ed72caac66e92aab9 | |
| parent | 667b299f95469135851ecbb1f7b7103646e3dc3b (diff) | |
comment
| l--------- | config.hs | 2 | ||||
| -rw-r--r-- | doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__/comment_8_7f0b14866c6473f2218fc6ae97a9adee._comment | 15 | ||||
| -rw-r--r-- | privdata/relocate | 1 |
3 files changed, 16 insertions, 2 deletions
@@ -1 +1 @@ -joeyconfig.hs
\ No newline at end of file +config-simple.hs
\ No newline at end of file diff --git a/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__/comment_8_7f0b14866c6473f2218fc6ae97a9adee._comment b/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__/comment_8_7f0b14866c6473f2218fc6ae97a9adee._comment new file mode 100644 index 00000000..bdf10e6f --- /dev/null +++ b/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__/comment_8_7f0b14866c6473f2218fc6ae97a9adee._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 8""" + date="2017-12-20T22:21:35Z" + content=""" +The debian grub-pc package creates /boot/grub in its postinst. + +It seems that grub-coreboot does not. I don't know why. +Seems like it could be considered a bug to me; installing the package +and then running grub-mkconfig ought to just work. I'm going to file a bug +report. + +Anyway, I suppose propellor ought to work around the bug by making sure +/boot/grub exists. +"""]] diff --git a/privdata/relocate b/privdata/relocate deleted file mode 100644 index 271692d8..00000000 --- a/privdata/relocate +++ /dev/null @@ -1 +0,0 @@ -.joeyconfig |
