Skip to content

Commit

Permalink
FIX LIVEBOOT_KEYMAP; now defaults to KEYMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
boyska committed Feb 14, 2015
1 parent bdc04eb commit a974b19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auto/config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ then
persistence_media="persistence-media=removable-usb"
fi

if [ -z "$LIVEBOOT_KEYMAP" ]; then
LIVEBOOT_KEYMAP="$KEYMAP"
fi

## UPDATED /ETC/FREEPTO DIRECTORY:

# build info
Expand Down
2 changes: 2 additions & 0 deletions config/freepto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LINUX_FLAVOURS='amd64 486'
LOCALE='it_IT.UTF-8'
ZONE='Europe/Rome'
KEYMAP='it'
# If you leave LIVEBOOT_KEYMAP empty, it will default to KEYMAP
LIVEBOOT_KEYMAP=
MIRROR='http://http.debian.net/debian/'
HDD_LABEL="FREEPTO"

Expand Down

0 comments on commit a974b19

Please sign in to comment.