diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-14 15:47:19 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 |
commit | 3346105190f504e86b6688bf79a5248a1c586c62 (patch) | |
tree | a28ae75aeefb8fcb2a251c442aa911804a6eeb00 /examples/cron | |
parent | 662db4db1c8a5f7f561da6ad6ccfc89c96f0678b (diff) | |
download | vyos-live-build-3346105190f504e86b6688bf79a5248a1c586c62.tar.gz vyos-live-build-3346105190f504e86b6688bf79a5248a1c586c62.zip |
Removing explicit defaults from example image build script.
Diffstat (limited to 'examples/cron')
-rwxr-xr-x | examples/cron/images.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index 32bea345b..092800bfe 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -50,12 +50,11 @@ do i386) case "${FLAVOUR}" in standard|rescue|lxde-desktop|xfce-desktop) - KERNEL="-k '486 686'" INDICES="enabled" ;; gnome-desktop|kde-desktop) - KERNEL="-k '686'" + KERNEL="-k 686" INDICES="none" ;; esac |