*: be consistent with BabelBox capitalization
This commit is contained in:
parent
d4378e7de6
commit
fbe13f8725
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
menuentry 'Babelbox install' --class debian --class gnu-linux --class gnu --class os {
|
menuentry 'BabelBox install' --class debian --class gnu-linux --class gnu --class os {
|
||||||
insmod part_msdos
|
insmod part_msdos
|
||||||
insmod ext2
|
insmod ext2
|
||||||
set root='(hd0,1)'
|
set root='(hd0,1)'
|
||||||
|
@ -8,7 +8,7 @@ menuentry 'Babelbox install' --class debian --class gnu-linux --class gnu --clas
|
||||||
initrd /srv/initrd.gz
|
initrd /srv/initrd.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry 'Babelbox demo' --class debian --class gnu-linux --class gnu --class os {
|
menuentry 'BabelBox demo' --class debian --class gnu-linux --class gnu --class os {
|
||||||
insmod part_msdos
|
insmod part_msdos
|
||||||
insmod ext2
|
insmod ext2
|
||||||
set root='(hd0,5)'
|
set root='(hd0,5)'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#### Preseed file for Babelbox
|
#### Preseed file for BabelBox
|
||||||
# See the Installation Guide for other preconfiguration options
|
# See the Installation Guide for other preconfiguration options
|
||||||
|
|
||||||
### Network configuration
|
### Network configuration
|
||||||
|
@ -39,7 +39,7 @@ d-i mirror/http/proxy string
|
||||||
|
|
||||||
### Partitioning
|
### Partitioning
|
||||||
# We use the largest free space available and the simple "all in one" recipe
|
# We use the largest free space available and the simple "all in one" recipe
|
||||||
# for Babelbox
|
# for BabelBox
|
||||||
d-i partman-auto/init_automatically_partition select biggest_free
|
d-i partman-auto/init_automatically_partition select biggest_free
|
||||||
d-i partman-auto/choose_recipe select atomic
|
d-i partman-auto/choose_recipe select atomic
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue