create_database_values() { # meta mysqldo "INSERT INTO ${MCORE_SQL_DB}.meta( version) VALUES ('${MCORE_SQL_DB_VERSION}') ON DUPLICATE KEY UPDATE version='${MCORE_SQL_DB_VERSION}';" || die "updating version" VALUE_DEFINITION=( "values_graphic_depth, value, enabled, id" "24, 1" "16, 1" "8, 1" ) sql_set_value VALUE_DEFINITION=( "values_graphic_module, value, enabled, id" "vesa, 1" "ati, 1" "cirrus, 1" "i710, 1" "intel, 1" "nv, 1" "nouveau, 1" "mach64, 1" "mga, 1" "openchrome, 1" "radeon, 1" "s3, 1" "s3virge, 1" "savage, 1" "sis, 1" "trident, 1" "tseng, 1" "vmware, 1" ) sql_set_value VALUE_DEFINITION=( "values_graphic_refresh_rate, value, enabled, id" "60, 1" "75, 1" "85, 1" "100, 1" ) sql_set_value VALUE_DEFINITION=( "values_input_keymap, value, enabled, id" "us, 1" "de, 1" ) sql_set_value VALUE_DEFINITION=( "values_graphic_resolution, value, enabled, id" "640x480, 1" "800x600, 1" "1024x768, 1" "1280x960, 1" "1280x1024, 1" "1360x768, 1" "1366x768, 1" "1400x1050, 1" "1440x900, 1" "1600x1200, 1" "1680x1050, 1" "1280x720, 1" "1920x1080, 1" "auto, 1" ) sql_set_value VALUE_DEFINITION=( "values_network_module, value, enabled, id" ", 1" "3c509, 1" "5c59x, 1" "8139cp, 1" "8139too, 1" "8390, 1" "amd8111e, 1" "atl1c, 1" "atl1e, 1" "atl1, 1" "atl2, 1" "b44, 1" "bnx2, 1" "cnic, 1" "e100, 1" "e1000, 1" "e1000e, 1" "forcedeth, 1" "igb, 1" "ipg, 1" "jme, 1" "natsemi, 1" "ne2k-pci, 1" "ns83820, 1" "pcnet32, 1" "qla3xxx, 1" "r8169, 1" "sis190, 1" "sis900, 1" "skge, 1" "sky2, 1" "tg3, 1" "typhoon, 1" "via-rhine, 1" "via-velocity, 1" "adm8211, 1" "airo, 1" "at76c50x-usb, 1" "ar9170usb, 1" "ath5k, 1" "ath9k, 1" "atmel, 1" "atmel_pci, 1" "b43, 1" "b43legacy, 1" "hostap_pci, 1" "hostap_plx, 1" "ipw2100, 1" "ipw2200, 1" "iwl3945, 1" "iwl4965, 1" "iwldvm, 1" "iwlwifi, 1" "libertas_tf, 1" "libertas_tf_usb, 1" "mwl8k, 1" "orinoco, 1" "orinoco_nortel, 1" "orinoco_plx, 1" "orinico_tmd, 1" "orinoco_usb, 1" "p54pci, 1" "p54usb, 1" "prism54, 1" "mdis_wlan, 1" "rt2400pci, 1" "rt2500pci, 1" "rt2500usb, 1" "rt2800pci, 1" "rt2800usb, 1" "rt61pci, 1" "rt73usb, 1" "rtl8180, 1" "rtl8187, 1" "usb8xxx, 1" "wl1251, 1" "wl1271, 1" "zd1201, 1" "zd1211rw, 1" ) sql_set_value VALUE_DEFINITION=( "values_printers_port, value, enabled, id" "lpt1, 1" "usb1, 1" "usb2, 1" "com1, 1" "com2, 1" ) sql_set_value VALUE_DEFINITION=( "values_screensaver_screensaver, value, enabled, id" ", 1" "blank, 1" "random, 1" "ant, 1" "ant3d, 1" "apollonian, 1" "ball, 1" "bat, 1" "blot, 1" "bomb, 1" "bouboule, 1" "bounce, 1" "braid, 1" "bubble, 1" "bug, 1" "clock, 1" "coral, 1" "crystal, 1" "daisy, 1" "dclock, 1" "decay, 1" "deco, 1" "demon, 1" "dilemma, 1" "discrete, 1" "dragon, 1" "drift, 1" "euler2d, 1" "eyes, 1" "fadeplot, 1" "fiberlamp, 1" "flag, 1" "flame, 1" "flow, 1" "forest, 1" "galaxy, 1" "goop, 1" "grav, 1" "helix, 1" "hop, 1" "hyper, 1" "ico, 1" "ifs, 1" "image, 1" "juggle, 1" "julia, 1" "kaleid, 1" "kumppa, 1" "laser, 1" "life, 1" "life1d, 1" "life3d, 1" "lightning, 1" "lisa, 1" "lissie, 1" "loop, 1" "lyapunov, 1" "mandelbrot, 1" "marquee, 1" "matrix, 1" "maze, 1" "mountain, 1" "munch, 1" "nose, 1" "pacman, 1" "penrose, 1" "petal, 1" "petri, 1" "polyominoes, 1" "puzzle, 1" "pyro, 1" "qix, 1" "roll, 1" "rotor, 1" "scooter, 1" "shape, 1" "sierpinski, 1" "slip, 1" "solitare, 1" "space, 1" "sphere, 1" "spiral, 1" "spline, 1" "star, 1" "starfish, 1" "strange, 1" "swarm, 1" "swirl, 1" "t3d, 1" "tetris, 1" "thornbird, 1" "tik_tak, 1" "toneclock, 1" "triangle, 1" "tube, 1" "turtle, 1" "vines, 1" "voters, 1" "wator, 1" "wire, 1" "world, 1" "worm, 1" "xcl, 1" "xjack, 1" ) sql_set_value }