diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-10-22 18:37:24 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-10-22 18:37:24 +0000 |
commit | 6cd2516d34cab8aeef03072a99c5abd30b978e54 (patch) | |
tree | 2d1025c99945df24118d6238f65823f50db29dea /targets | |
parent | 6ada4862d6eaec3f208abd9f630c8dcb72dd53ea (diff) |
Disable flashybrid_diskstore only once.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@44 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'targets')
-rw-r--r-- | targets/homebase | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/targets/homebase b/targets/homebase index da593c9..d9414d8 100644 --- a/targets/homebase +++ b/targets/homebase @@ -22,10 +22,6 @@ targettemp_fat="$baseworkdir/tmpfatroot" targettemp_isofs="$baseworkdir/tmpisoroot" targetoffline="$baseworkdir/flashybrid-off" -# We have plenty of room, so use flashybrid only for ramstore -#flashybrid_diskstore=" -#" - # Set to one or more (space-delimited, max 4) of these: # SYSLINUX # ISOLINUX (not yet implemented) @@ -45,6 +41,7 @@ FLASHYBRID="yes" #MKINITRD_NETBOOT="yes" # Keep all stored files locally, even when using flashybrid +# (We have plenty of room, so use flashybrid only for ramstore) flashybrid_diskstore="" # Set this empty to avoid dhcp client altogether |