diff options
-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 |